home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 7 (Internal Edition) / Apple R&P Lib Internal v7.0.iso / 5-Fonts & Software / Applications / Adobe Illustrator® 3.0 / PPD Folder / APS12522.PPD < prev    next >
Text File  |  1990-10-12  |  9KB  |  307 lines

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "APS-PS PIP" version 49.3
  3. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  4. *%
  5. *% Copyright 1988, 1989, 1990 Adobe Systems Incorporated.  
  6. *% All Rights Reserved.
  7. *% Permission is granted for redistribution of this file as
  8. *% long as this copyright notice is intact and the contents
  9. *% of the file is not altered in any way from its original form.
  10. *%
  11. *% The byte count of this file should be exactly 008747 or 009053
  12. *% depending on the filesystem it resides in.
  13. *%
  14. *% Date: 28 June 90
  15. *FormatVersion: "3.0"
  16. *FileVersion: "1.1"
  17. *LanguageVersion: English
  18.  
  19. *Product: "(APS-PS PIP)"
  20. *PSVersion: "(49.3) 9001050"
  21. *PSVersion: "(52.2) 9001050"
  22. *NickName: "APS-PS PIP with LZR 1200"
  23.  
  24. *% General Information and Defaults ===============
  25. *FreeVM: "2454526"
  26. *ColorDevice: False
  27. *VariablePaperSize: True
  28. *FileSystem: True
  29. *?FileSystem: "statusdict begin diskonline {(True)}{(False)} ifelse = flush"
  30. *Throughput: "1"
  31. *Password: "0"
  32. *ExitServer: "
  33.   count 0 eq {  % is the password on the stack?
  34.     true 
  35.   }{
  36.     dup    % potential password
  37.     statusdict begin checkpassword end not 
  38.   } ifelse 
  39.   {  %  if no password or not valid 
  40.     (WARNING : Cannot perform the exitserver command.) = 
  41.     (Password supplied is not valid.) = 
  42.     (Please contact the author of this software.) = flush
  43.     quit 
  44.   } if 
  45.   serverdict begin exitserver
  46. "
  47. *End
  48.  
  49. *Reset: "
  50.   count 0 eq {  % is the password on the stack?
  51.     true 
  52.   }{
  53.     dup    % potential password
  54.     statusdict begin checkpassword end not 
  55.   } ifelse 
  56.   {  %  if no password or not valid 
  57.     (WARNING : Cannot reset printer.) = 
  58.     (Password supplied is not valid.) = 
  59.     (Please contact the author of this software.) = flush
  60.     quit 
  61.   } if 
  62.   serverdict begin exitserver
  63.   systemdict /quit get exec
  64.   (WARNING : Printer Reset Failed.) = flush
  65. "
  66. *End
  67.  
  68. *DefaultResolution: 300dpi
  69. *?Resolution: "
  70. save
  71.   initgraphics
  72.   0 0 moveto currentpoint matrix defaultmatrix transform
  73.   0 72 lineto currentpoint matrix defaultmatrix transform
  74.   3 -1 roll sub dup mul
  75.   3 1 roll exch sub dup mul
  76.   add sqrt round cvi
  77.   (          ) cvs print (dpi) = flush
  78. restore
  79. "
  80. *End
  81.  
  82. *% Halftone Information ===============
  83. *ScreenFreq: "60.0"
  84. *ScreenAngle: "45.0"
  85. *DefaultScreenProc: Dot
  86. *ScreenProc Dot: "
  87. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  88. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  89. "
  90. *End
  91. *ScreenProc Line: "{ pop }"
  92. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  93.  
  94. *DefaultTransfer: Null
  95. *Transfer Null: "{ }"
  96. *Transfer Null.Inverse: "{ 1 exch sub }"
  97. *Transfer Normalized: "
  98. { mark
  99. 1.0 1.0 .92 .76 .64 .54 .44 .36 .28 .2 .1 .0
  100. counttomark dup 3 add -1 roll exch
  101. 2 sub mul dup floor cvi
  102. dup 3 1 roll sub
  103. exch dup 
  104. 3 add index exch 2 add index dup
  105. 4 1 roll
  106. sub mul add
  107. counttomark 1 add 1 roll 
  108. cleartomark
  109. } bind
  110. "
  111. *End
  112. *Transfer Normalized.Inverse: "
  113. { mark
  114. .0 .0 .1 .2 .28 .36 .44 .54 .64 .76 .92 1.0
  115. counttomark dup 3 add -1 roll exch
  116. 2 sub mul dup floor cvi
  117. dup 3 1 roll sub
  118. exch dup 
  119. 3 add index exch 2 add index dup
  120. 4 1 roll
  121. sub mul add
  122. counttomark 1 add 1 roll 
  123. cleartomark }
  124. "
  125. *End
  126.  
  127. *% Paper Handling ==================
  128.  
  129. *% Use these entries to set paper size most of the time, unless there is
  130. *% specific reason to use PageRegion or PaperTray.
  131. *DefaultPageSize: Letter
  132. *PageSize Letter: "letter"
  133. *PageSize Legal: "legal"
  134. *PageSize Note: "note"
  135. *PageSize A3: "a3"
  136. *PageSize A4: "a4"
  137. *PageSize A5: "a5"
  138. *PageSize B5: "b5"
  139. *?PageSize: "
  140.  save  
  141.    /d1 7 dict def d1 begin
  142.      /595_420 (A5) def
  143.      /709_499 (B5) def
  144.      /792_612 (Letter) def
  145.      /842_595 (A4) def
  146.      /1008_612 (Legal) def
  147.      /1191_842 (A3) def
  148.    end
  149.    statusdict begin pageparams end
  150.    4 1 roll pop
  151.    /high exch 10 string cvs dup length /hlen exch def def
  152.    /wide exch 10 string cvs def
  153.    /key hlen 1 add wide length add string def
  154.    key 0 high putinterval 
  155.    key hlen (_) putinterval
  156.    key hlen 1 add wide putinterval
  157.    d1  
  158.    key cvn {get}stopped {(Unknown)}if
  159.    = flush pop
  160.    restore
  161. "
  162. *End
  163.  
  164. *DefaultPaperTray: None
  165.  
  166. *% These entries will set up the frame buffer. Usually used with manual feed.
  167. *DefaultPageRegion: Letter
  168. *PageRegion Letter: "letter"
  169. *PageRegion Legal: "legal"
  170. *PageRegion Note: "note"
  171. *PageRegion A3: "a3"
  172. *PageRegion A4: "a4"
  173. *PageRegion A5: "a5"
  174. *PageRegion B5: "b5"
  175.  
  176. *% The following entries provide information about specific paper keywords.
  177. *DefaultImageableArea: Letter
  178. *ImageableArea Letter: "0 1 612 792 "
  179. *ImageableArea Legal: "0 1 612 1008 "
  180. *ImageableArea Note: "0 1 612 792 "
  181. *ImageableArea A3: "0 1 842 1191 "
  182. *ImageableArea A4: "0 1 595 842 "
  183. *ImageableArea A5: "0 1 420 595 "
  184. *ImageableArea B5: "0 1 498 709 "
  185. *?ImageableArea: "
  186.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  187.   newpath clippath pathbbox
  188.   4 -2 roll exch 2 {ceiling cvp} repeat
  189.   exch 2 {floor cvp} repeat flush
  190.  restore
  191. "
  192. *End
  193.  
  194. *% Font Information =====================
  195.  
  196. *DefaultFont: Courier
  197. *Font Courier: Standard "(001.004)"
  198. *Font Courier-Bold: Standard "(001.004)"
  199. *Font Courier-BoldOblique: Standard "(001.004)"
  200. *Font Courier-Oblique: Standard "(001.004)"
  201. *Font Helvetica: Standard "(001.002)"
  202. *Font Helvetica-Bold: Standard "(001.002)"
  203. *Font Helvetica-BoldOblique: Standard "(001.002)"
  204. *Font Helvetica-Oblique: Standard "(001.002)"
  205. *Font Symbol: Special "(001.003)"
  206. *Font Times-Bold: Standard "(001.002)"
  207. *Font Times-BoldItalic: Standard "(001.004)"
  208. *Font Times-Italic: Standard "(001.002)"
  209. *Font Times-Roman: Standard "(001.002)"
  210. *?FontQuery: "
  211. save  4 dict begin /sv exch def
  212. /str (fonts/                              ) def
  213. /st2 128 string def
  214. {
  215.   count 0 gt {
  216.     dup st2 cvs (/) print print (:) print
  217.     dup FontDirectory exch known {pop (Yes)}{
  218.      str exch st2 cvs dup length /len exch def
  219.      6 exch putinterval str 0 len 6 add getinterval mark exch
  220.      { } st2 filenameforall counttomark 0 gt {
  221.       cleartomark (Yes)}{cleartomark (No)}ifelse
  222.     }ifelse = flush
  223.   }{ exit } ifelse
  224. } bind loop
  225. (*) = flush
  226. sv end restore
  227. "
  228. *End
  229.  
  230. *?FontList: "
  231. save  2 dict begin /sv exch def
  232. /str 128 string def
  233. FontDirectory { pop == } bind forall flush
  234. /filenameforall where { 
  235.  pop save (fonts/*) { 
  236.   dup length 6 sub 6 exch getinterval cvn == 
  237.  } bind str filenameforall flush restore
  238. } if 
  239. (*) = flush
  240. sv end restore
  241. "
  242. *End
  243.  
  244. *% Printer Messages (verbatim from printer):
  245. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  246. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  247. *Message: "\FontName\ not found, using Courier"
  248.  
  249. *% Status (format: %%[ status: <one of these> ]%% )
  250. *Status: "idle"
  251. *Status: "busy"
  252. *Status: "waiting"
  253. *Status: "printing"
  254. *Status: "PrinterError: Wait - cycling up"
  255. *Status: "PrinterError: Idle"
  256. *Status: "PrinterError: Printer not ready to write: unused.."
  257. *Status: "PrinterError: Off Line"
  258. *Status: "PrinterError: Transport fault"
  259. *Status: "PrinterError: Default Page being defined is too large.."
  260. *Status: "PrinterError: Out of Media"
  261. *Status: "PrinterError: Testing....."
  262. *Status: "PrinterError: Printer not responding..."
  263.  
  264. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  265. *Source: "serial9"
  266. *Source: "serial25"
  267. *Source: "AppleTalk"
  268. *Source: "Centronics"
  269.  
  270. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  271. *PrinterError: "Wait - cycling up"
  272. *PrinterError: "Idle"
  273. *PrinterError: "Off Line"
  274. *PrinterError: "Transport fault"
  275. *PrinterError: "Default Page being defined is too large.."
  276. *PrinterError: "No response from LSTA command"
  277. *PrinterError: "Out of Media"
  278. *PrinterError: "Printer not responding..."
  279.  
  280. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  281.  
  282. *% Color Separation Information =====================
  283.  
  284. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  285.  
  286. *InkName: ProcessBlack/Process Black
  287. *InkName: CustomColor/Custom Color
  288. *InkName: ProcessCyan/Process Cyan
  289. *InkName: ProcessMagenta/Process Magenta
  290. *InkName: ProcessYellow/Process Yellow
  291.  
  292. *% For 60 lpi / 300 dpi =====================================================
  293.  
  294. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  295. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  296. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  297. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  298. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  299.  
  300. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  301. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  302. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  303. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  304. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  305.  
  306. *% end of PPD file for APS-PS PIP
  307.